Package com.cisco.pt.ipc.sim.pdu
Interface SshAuthPacket
- All Superinterfaces:
IPCData,Pdu,Signal,SshPacket,TelnetPacket
- All Known Implementing Classes:
SshAuthPacketImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduReadMethods inherited from interface com.cisco.pt.ipc.sim.pdu.SshPacket
getVersion, setVersionMethods inherited from interface com.cisco.pt.ipc.sim.pdu.TelnetPacket
getData, getEcho, getPromptSize, setData, setEcho, setPromptSize
-
Method Details
-
getAuthenticationKey
String getAuthenticationKey()- Returns:
- String Returns a String
-
setAuthenticationKey
- Parameters:
authenticationKey- Takes in a parameter of authenticationKey
-